list of all mailboxes redirected via "forwarding address"
Dear all, Some of our maiboxes are redirected via the "forwarding address" feature to either internal users or external contact. We would like to have a view of all of thoses mailboxes which are redirected. How can I extract from the AD the whole list of the redirected mailboxes with the corresponding redirected recipients. Via script,AD query or anything ...? Thanks in advance to you
March 4th, 2008 1:08pm

I found the answer at the following web site: http://exchangeshare.wordpress.com/2008/05/26/faq-find-all-users-with-forwarding-address-is-set/ This is the PowerShell command he posted; I tried it on my system this morning and it seems to work: Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select Name, ForwardingAddress, DeliverToMailboxAndForward However, if you are like me you may want to output this to a file to better see the results.
Free Windows Admin Tool Kit Click here and download it now
September 30th, 2008 6:53pm

Thanks TBrennan
September 30th, 2008 7:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics